public void CreateDisplayList( Page[] pagesToDisplay )
public: void CreateDisplayList( array<Page^>^ pagesToDisplay )
Parameters
| Parameter Name | Description |
|---|---|
| pagesToDisplay | Pages, of which a graphical representation should be created. |
public void CreateDisplayList( Page[] pagesToDisplay )
public: void CreateDisplayList( array<Page^>^ pagesToDisplay )
| Parameter Name | Description |
|---|---|
| pagesToDisplay | Pages, of which a graphical representation should be created. |
| Exception | Description |
|---|---|
| System.ArgumentNullException | A NULL reference is passed as a parameter. |
| Eplan.EplApi.Base.BaseException | An error occurred, when creating the display list. |